Fix flaky test BoolQueryBuilderTests.testToQuery#17944
Conversation
b4f67b8 to
4a6ceb0
Compare
|
❌ Gradle check result for 4a6ceb0: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
4a6ceb0 to
40b3e60
Compare
|
❌ Gradle check result for 40b3e60: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
40b3e60 to
7f8b331
Compare
|
❌ Gradle check result for 7f8b331: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: guojialiang <guojialiang.2012@bytedance.com>
7f8b331 to
445951d
Compare
|
❕ Gradle check result for 445951d: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17944 +/- ##
=========================================
Coverage 72.57% 72.58%
- Complexity 67066 67083 +17
=========================================
Files 5470 5470
Lines 309697 309770 +73
Branches 45045 45056 +11
=========================================
+ Hits 224776 224858 +82
+ Misses 66602 66504 -98
- Partials 18319 18408 +89 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
harshavamsi
left a comment
There was a problem hiding this comment.
Thanks for fixing this @guojialiang92 !
owaiskazi19
left a comment
There was a problem hiding this comment.
Thanks @guojialiang92 for the fix!
Signed-off-by: guojialiang <guojialiang.2012@bytedance.com> Signed-off-by: Tanishq Ranjan <tqranjan@amazon.com>
Signed-off-by: guojialiang <guojialiang.2012@bytedance.com> Signed-off-by: Harsh Kothari <techarsh@amazon.com>
Signed-off-by: guojialiang <guojialiang.2012@bytedance.com> Signed-off-by: Harsh Kothari <techarsh@amazon.com>
Description
This PR is trying to fix a flakey test
org.opensearch.index.query.BoolQueryBuilderTests.testToQuery.Related Issues
Resolves #[17943]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.